setTextFontAndSize Method
In This Topic
Sets the current font and size for text show operators. Operator: Tf
Syntax
public void setTextFontAndSize(
PDFFont ,
double
)
|
Parameters
- font
- Current font.
- size
- Current font size.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When font is null. |
See Also